From 7f37c65a7f6613ca980f09f07ab52a98f2b7457b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 8 May 2005 06:25:46 +0000 Subject: [PATCH] Additions --- docs/reference/ChangeLog | 9 +++++++++ docs/reference/gdk-pixbuf/Makefile.am | 1 + docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt | 1 + docs/reference/gdk-pixbuf/tmpl/file-saving.sgml | 9 ++++++++- docs/reference/gdk-pixbuf/tmpl/inline.sgml | 14 +++++++++++--- .../gdk-pixbuf/tmpl/module_interface.sgml | 5 ++++- 6 files changed, 34 insertions(+), 5 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 8c1f0285bd..e00cd68049 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,14 @@ 2005-05-08 Matthias Clasen + * gdk-pixbuf/tmpl/inline.sgml: + * gdk-pixbuf/tmpl/file-saving.sgml: Add long descriptions. + + * gdk-pixbuf/tmpl/module_interface.sgml: Small additions. + + * gdk-pixbuf/gdk-pixbuf-sections.txt: Add a missing function. + + * gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add xpm-color-table.h + * gdk/Makefile.am (IGNORE_HFILES): Add keyname-table.h * gdk/gdk-sections.txt: Add gdk_cairo_set_source_color, diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 3a8119203d..718c192a41 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -28,6 +28,7 @@ IGNORE_HFILES= \ gdk-pixbuf-private.h \ io-gif-animation.h \ io-ani-animation.h \ + xpm-color-table.h \ test-images.h INCLUDES = \ diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt index 2fb2f29be9..1a3da87a91 100644 --- a/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt +++ b/docs/reference/gdk-pixbuf/gdk-pixbuf-sections.txt @@ -250,6 +250,7 @@ XlibRgbCmap XlibRgbDither xlib_rgb_init xlib_rgb_init_with_depth +xlib_rgb_xpixel_from_rgb xlib_rgb_gc_set_foreground xlib_rgb_gc_set_background xlib_draw_rgb_image diff --git a/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml b/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml index dc6ececac0..a6360a16c3 100644 --- a/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/file-saving.sgml @@ -6,7 +6,11 @@ Saving a pixbuf to a file. - +These functions allow to save a #GdkPixbuf in a number of +file formats. The formatted data can be written to a file +or to a memory buffer. &gdk-pixbuf; can also call a user-defined +callback on the data, which allows to e.g. write the image +to a socket or store it in a database. @@ -14,6 +18,9 @@ Saving a pixbuf to a file. + + + diff --git a/docs/reference/gdk-pixbuf/tmpl/inline.sgml b/docs/reference/gdk-pixbuf/tmpl/inline.sgml index 4a2f3d952a..f9dfe8d330 100644 --- a/docs/reference/gdk-pixbuf/tmpl/inline.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/inline.sgml @@ -5,15 +5,23 @@ Inline data Functions for inlined pixbuf handling. - - - + +Using #GdkPixdata, images can be compiled into an application, +making it unnecessary to refer to external image files at runtime. +&gdk-pixbuf; includes a utility named gdk-pixbuf-csource, which +can be used to convert image files into #GdkPixdata structures suitable +for inclusion in C sources. To convert the #GdkPixdata structures back +into #GdkPixbufs, use gdk_pixbuf_from_pixdata. + + + + diff --git a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml index cfc176e318..ac12c39e38 100644 --- a/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/module_interface.sgml @@ -65,6 +65,9 @@ They are not covered by the same stability guarantees as the regular + + + @@ -337,7 +340,7 @@ is loaded and must set the function pointers of the #GdkPixbufModule. @load_increment: continues an incremental load. @load_animation: loads an animation from a file. @save: saves a #GdkPixbuf to a file. -@save_to_callback: +@save_to_callback: saves a #GdkPixbuf by calling the given #GdkPixbufSaveFunc. -- 2.30.2